* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.nav-active{
	color:#9f0912 !important;
}
#pages {
    margin-top: 20px;
    clear: both;
}

#pages a,
#pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #9f0912;
    background-color: #9f0912;
}

.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
.text-white a:hover {
    color: #9f0912;
}

a.text-brand:hover,
a.text-white:hover {
    color: #288ddf;
}

.text-brand {
    color: #9f0912;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
}

body {
    width: 100% !important;
    overflow-x: hidden;
}

.font-bold {
    font-weight: bold;
}

.text-white,
.text-white a {
    color: #fff;
}

.word-break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media(min-width:1439px) {
    .container {
        width: 1400px;
    }
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

.padding-zero {
    padding: 0;
}

/* 关于我们about */
.bread {
    padding: 15px 0;
    background-color: #f5f5f5;
    font-size: 16px;
}

.bread .bread-nav {
    border-right: 1px solid #ddd;
    padding: 0 15px;
}

.bread .bread-nav:last-child {
    border: none;
}

.brand {
    font-size: 60px;
    color: #c5c5c5;
    position: relative;
}

.brand-zh {
    font-size: 24px;
    position: absolute;
    bottom: 10px;
    background-color: #fff;
    padding-right: 8px;
}

.about-info {
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: .5px;
    margin-top: 15px;
}

.circle {
    font-family: auto;
    color: #9f0912;
}

.brand-zh-line {
    width: 150px;
    height: 4px;
    background-color: #c5c5c5;
    position: relative;
	margin-top:20px;
}

.brand-line-c {
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #9f0912;
    ;
}

.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 260px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
    background-color: #fff;
}

.honor-container a {
    display: table-cell;
    width: 100%;
    height: 260px;
    vertical-align: middle;
}

.honor-container a img {
    max-width: 100%;
    max-height: 260px;
    margin: 0 auto;
}

.honor-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
    background-color: #fff;
}

.about-info-btn a {
    color: #fff;
    background-color: #9f0912;
    padding: 10px 25px;
}

.cat-about-honor {
    padding: 50px 0;
    background-color: #f5f5f5;
}

#honor-c li,#honor-v li {
    float: left;
    width: 300px;
    padding: 0 15px;
}

#honor-c,#honor-v {
    overflow: hidden;
}

.culture-info {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.75em;
}

/* news */
.cat-news-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.cat-news-img {
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cat-news-par {
    font-size: 18px;
    padding-top: 15px;
}

.cat-news-title {
    font-size: 22px;
    padding-top: 10px;
}

.cat-news-des {
    font-size: 16px;
    line-height: 1.75em;
}

.cat-news-time {
    padding: 8px 0;
}

.cat-news-btn a {
    background-color: #9f0912;
    color: #fff;
    padding: 8px 25px;
}

.cat-news-btn {
    display: none;
}

.cat-news-list:hover .cat-news-btn {
    display: block;
}

.cat-news-list:hover {
    background-color: #f7f7f7;
}

.cat-news-list:hover .cat-news-title a {
    color: #9f0912;
}

.show-news-title {
    font-size: 24px;
}

.show-news-info,
.next,
.show-news-content {
    font-size: 16px;

}

.show-news-info {
    padding: 15px 0;
    color: #676767;
}

.show-news-content {
    line-height: 1.75em;
    letter-spacing: .5px;
    padding-bottom: 15px;
}

.next {
    padding: 8px 0;
}

.banner .swiper-slide {
    height: 100vh;
}

.banner-slide,
.about,
.product,
.news,
.home-news-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-about-brand {
    font-size: 72px;
    line-height: 1em;
}

.home-about-brand span {
    color: #9f0912;
    font-family: auto;
}

.home-brand-zh {
    font-size: 32px;
    padding-top: 30px;
}

.home-about-info {
    font-size: 16px;
    line-height: 1.75em;
}

.about {
    background-image: url(../../images/about.jpg);
}

.product {
    background-image: url(../../images/product.jpg);
}

.news {
    background-image: url(../../images/news.jpg);
}

.contact {
    background-image: url(../../images/contact.jpg);
}

.home-about-num {
    margin-top: 150px;
}

.about-num-info {
    font-size: 16px;
}

span.num {
    font-size: 32px;
    padding-right: 8px;
}

.about-more {
    margin-top: 180px;
    font-size: 16px;
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.product-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
    background-color: #9f0912;
}

.home-pro-brand {
    font-size: 48px;
}

.pro-brand-f {
    font-size: 24px;
}

.home-pro-btn a,
.home-pros-btn a {
    padding: 12px 50px;
    border-radius: 20px;
}

.home-pro-btn a,
.home-pros-btn a:hover {
    background-color: #9f0912;
}

.home-pro-btn a:hover,
.product-water,
.home-pros-btn a {
    background-color: #288ddf;
    color: #fff;
}

.text-brand2 {
    color: #288ddf;
}

.home-pros-btn a:hover {
    color: #fff;
}

.home-news-img {
    height: 280px;
}

.home-news-info {
    background-color: #fff;
    padding: 10px 15px;
}

.home-news-title {
    font-size: 18px;
    height: 50px;
    overflow: hidden;
}

.home-news-des {
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 8px;
}

.map #container {
    height: 400px;
}

.info-title {
    background-color: #0089e1;
    color: #fff;
    padding: 5px 10px;
}

.info-content {
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 10px;
}

.footer {
    background-color: #313131;
    padding: 30px 0 15px 0;
    overflow: hidden;
}

.footer-brand {
    font-size: 18px;
    padding-bottom: 15px;
}

.footer-nav {
    line-height: 2em;
	font-size:22px;
}
.copyright{
    margin-top: 30px;
    line-height: 50px;
    font-size: 16px;
}
.page-about{
	font-size:16px;
	line-height:1.75em;
}
.case-list{
	font-size:16px;
	padding:0 15px;
	margin-bottom:30px;
}
.case-item{
	border:1px solid #ddd;
	padding:8px 15px;
}
.case-item:hover{
	background-color:#9f0912;
	color:#fff;
	cursor: pointer;
}
.cat-pro-btn{
	font-size:16px;
}
.cat-pro-btn a{
	padding-right:15px;
}
.cat-pro-sys{
	font-size:22px;
}
.cat-pro-item{
	overflow:hidden;
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
	padding-bottom:30px;
}
.pro-734{
	background-color:#2c9fec;
}
#nav{
	position: fixed;
	width:100%;
	left:0;
	top:0;
	z-index:9999;
	background-color:#fff;
}
.product-name-water{
	background-color:#288ddf !important;
}
.banner1,.banner2,.banner3,.banner4{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner2{
	background-image:url(../../images/banner1.jpg);
}
.banner3{
	background-image:url(../../images/banner2.jpg);
}
.banner4{
	background-image:url(../../images/banner3.jpg);
}
@media(max-width:768px){
	body{
		padding-top:60px !important;
	}
	.home-about-brand{
		font-size:32px;
	}
	.home-brand-zh{
		padding-top:15px;
	}
	.about-more{
		display:none;
	}
	.home-about-num{
		margin-top:30px;
	}
	.product-container,.product-container a{
		height:150px;
		background-color:#fff;
	}
	.product-container a img{
		max-height:150px;
	}
	.home-news-img{
		height:180px;
	}
	.home-news-info{
		margin-bottom:30px;
	}
	.code{
		text-align:center;
	}
	.copyright{
		line-height:40px;
	}
	.logo{
		max-width:80% !important;
		margin-top:8px;
	}
	.banner1{
		background-image:url(../../images/m1.jpg);
	}
	.banner2{
		background-image:url(../../images/m2.jpg);
	}
	.banner3{
		background-image:url(../../images/m3.jpg);
	}
	.banner4{
		background-image:url(../../images/m4.jpg);
	}
	.margin-top-60{
		margin-top:30px;
	}
	.case-list{
		margin-bottom:15px;
		width:50%;
		text-align:center;
		font-size:14px;
	}
	.bread .col-sm-7{
		display:none;
	}
}

.show-product-content table tr td{
    border:1px solid #ddd;
    height:40px;
}